﻿2026-06-15T09:25:50.6469982Z ##[group]Run set -euo pipefail
2026-06-15T09:25:50.6471011Z [36;1mset -euo pipefail[0m
2026-06-15T09:25:50.6471834Z [36;1mPIN=0c95435[0m
2026-06-15T09:25:50.6472617Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T09:25:50.6473595Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T09:25:50.6474897Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T09:25:50.6476581Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T09:25:50.6478322Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T09:25:50.6479780Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T09:25:50.6480672Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T09:25:50.6481722Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T09:25:50.6482990Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T09:25:50.6484315Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T09:25:50.6485266Z [36;1mfi[0m
2026-06-15T09:25:50.6486340Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T09:25:50.6502088Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T09:25:50.6503176Z env:
2026-06-15T09:25:50.6503867Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:25:50.6504759Z ##[endgroup]
2026-06-15T09:25:50.9198040Z    Compiling proc-macro2 v1.0.106
2026-06-15T09:25:50.9200302Z    Compiling unicode-ident v1.0.24
2026-06-15T09:25:50.9201676Z    Compiling quote v1.0.45
2026-06-15T09:25:50.9202902Z    Compiling libc v0.2.186
2026-06-15T09:25:50.9203926Z    Compiling serde_core v1.0.228
2026-06-15T09:25:50.9204979Z    Compiling cfg-if v1.0.4
2026-06-15T09:25:50.9226132Z    Compiling serde v1.0.228
2026-06-15T09:25:50.9257261Z    Compiling log v0.4.32
2026-06-15T09:25:50.9318558Z    Compiling pin-project-lite v0.2.17
2026-06-15T09:25:50.9347329Z    Compiling typenum v1.20.1
2026-06-15T09:25:50.9349265Z    Compiling portable-atomic v1.13.1
2026-06-15T09:25:50.9399189Z    Compiling version_check v0.9.5
2026-06-15T09:25:50.9566028Z    Compiling memchr v2.8.1
2026-06-15T09:25:50.9733207Z    Compiling critical-section v1.2.0
2026-06-15T09:25:50.9762684Z    Compiling find-msvc-tools v0.1.9
2026-06-15T09:25:50.9833219Z    Compiling shlex v2.0.1
2026-06-15T09:25:51.0091727Z    Compiling bytes v1.11.1
2026-06-15T09:25:51.0158336Z    Compiling subtle v2.6.1
2026-06-15T09:25:51.0751777Z    Compiling futures-core v0.3.32
2026-06-15T09:25:51.1609741Z    Compiling equivalent v1.0.2
2026-06-15T09:25:51.1796239Z    Compiling smallvec v1.15.1
2026-06-15T09:25:51.2472577Z    Compiling itoa v1.0.18
2026-06-15T09:25:51.2492996Z    Compiling semver v1.0.28
2026-06-15T09:25:51.2643038Z    Compiling stable_deref_trait v1.2.1
2026-06-15T09:25:51.2685269Z    Compiling slab v0.4.12
2026-06-15T09:25:51.3002473Z    Compiling futures-io v0.3.32
2026-06-15T09:25:51.3191790Z    Compiling futures-sink v0.3.32
2026-06-15T09:25:51.3211287Z    Compiling futures-task v0.3.32
2026-06-15T09:25:51.3939423Z    Compiling futures-channel v0.3.32
2026-06-15T09:25:51.4241266Z    Compiling generic-array v0.14.7
2026-06-15T09:25:51.4542360Z    Compiling hashbrown v0.17.1
2026-06-15T09:25:51.4685637Z    Compiling bitflags v2.12.1
2026-06-15T09:25:51.4821875Z    Compiling rustversion v1.0.22
2026-06-15T09:25:51.4951430Z    Compiling cpufeatures v0.2.17
2026-06-15T09:25:51.5411362Z    Compiling rustc_version v0.4.1
2026-06-15T09:25:51.5551752Z    Compiling fnv v1.0.7
2026-06-15T09:25:51.6172217Z    Compiling rand_core v0.10.1
2026-06-15T09:25:51.6531354Z    Compiling cfg_aliases v0.2.1
2026-06-15T09:25:51.6811220Z    Compiling strsim v0.11.1
2026-06-15T09:25:51.7073131Z    Compiling litemap v0.8.2
2026-06-15T09:25:51.7201399Z    Compiling writeable v0.6.3
2026-06-15T09:25:51.7322560Z    Compiling ident_case v1.0.1
2026-06-15T09:25:51.7700642Z    Compiling utf8_iter v1.0.4
2026-06-15T09:25:51.8081123Z    Compiling dunce v1.0.5
2026-06-15T09:25:51.8471786Z    Compiling icu_properties_data v2.2.0
2026-06-15T09:25:51.9041719Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T09:25:51.9203123Z    Compiling getrandom v0.4.2
2026-06-15T09:25:51.9301769Z    Compiling fs_extra v1.3.0
2026-06-15T09:25:51.9413219Z    Compiling percent-encoding v2.3.2
2026-06-15T09:25:51.9517222Z    Compiling autocfg v1.5.1
2026-06-15T09:25:52.0881226Z    Compiling http v1.4.1
2026-06-15T09:25:52.1751533Z    Compiling indexmap v2.14.0
2026-06-15T09:25:52.2071580Z    Compiling aws-lc-rs v1.17.0
2026-06-15T09:25:52.2161683Z    Compiling thiserror v2.0.18
2026-06-15T09:25:52.2292399Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:25:52.2919600Z    Compiling cpufeatures v0.3.0
2026-06-15T09:25:52.2962359Z    Compiling scopeguard v1.2.0
2026-06-15T09:25:52.3541051Z    Compiling chacha20 v0.10.0
2026-06-15T09:25:52.3673003Z    Compiling syn v2.0.117
2026-06-15T09:25:52.4168725Z    Compiling lock_api v0.4.14
2026-06-15T09:25:52.4174168Z    Compiling form_urlencoded v1.2.2
2026-06-15T09:25:52.4701514Z    Compiling untrusted v0.9.0
2026-06-15T09:25:52.4873850Z    Compiling heck v0.5.0
2026-06-15T09:25:52.5222263Z    Compiling rustls v0.23.40
2026-06-15T09:25:52.5611489Z    Compiling anyhow v1.0.102
2026-06-15T09:25:52.5951282Z    Compiling atomic-waker v1.1.2
2026-06-15T09:25:52.6080520Z    Compiling unicode-xid v0.2.6
2026-06-15T09:25:52.6420731Z    Compiling const-oid v0.10.2
2026-06-15T09:25:52.7030858Z    Compiling zerocopy v0.8.50
2026-06-15T09:25:52.7130676Z    Compiling httparse v1.10.1
2026-06-15T09:25:52.7320549Z    Compiling parking_lot_core v0.9.12
2026-06-15T09:25:52.7540734Z    Compiling paste v1.0.15
2026-06-15T09:25:52.7741415Z    Compiling convert_case v0.10.0
2026-06-15T09:25:52.7901106Z    Compiling num-traits v0.2.19
2026-06-15T09:25:52.8471054Z    Compiling jobserver v0.1.34
2026-06-15T09:25:52.8651072Z    Compiling hybrid-array v0.4.12
2026-06-15T09:25:52.8790797Z    Compiling curve25519-dalek v4.1.3
2026-06-15T09:25:53.0482029Z    Compiling ahash v0.8.12
2026-06-15T09:25:53.0600338Z    Compiling fastrand v2.4.1
2026-06-15T09:25:53.1510939Z    Compiling cc v1.2.63
2026-06-15T09:25:53.1551678Z    Compiling either v1.16.0
2026-06-15T09:25:53.1633294Z    Compiling base64ct v1.8.3
2026-06-15T09:25:53.1860789Z    Compiling powerfmt v0.2.0
2026-06-15T09:25:53.2810973Z    Compiling crypto-common v0.1.7
2026-06-15T09:25:53.3381012Z    Compiling block-buffer v0.10.4
2026-06-15T09:25:53.3450460Z    Compiling http-body v1.0.1
2026-06-15T09:25:53.3700630Z    Compiling deranged v0.5.8
2026-06-15T09:25:53.4371051Z    Compiling digest v0.10.7
2026-06-15T09:25:53.5012140Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T09:25:53.5189197Z    Compiling try-lock v0.2.5
2026-06-15T09:25:53.5311516Z    Compiling tower-service v0.3.3
2026-06-15T09:25:53.5460802Z    Compiling num-conv v0.2.2
2026-06-15T09:25:53.5590979Z    Compiling tinyvec_macros v0.1.1
2026-06-15T09:25:53.6010919Z    Compiling time-core v0.1.8
2026-06-15T09:25:53.6182593Z    Compiling pkg-config v0.3.33
2026-06-15T09:25:53.6280770Z    Compiling data-encoding v2.11.0
2026-06-15T09:25:53.6321105Z    Compiling zmij v1.0.21
2026-06-15T09:25:53.6470625Z    Compiling base64 v0.22.1
2026-06-15T09:25:53.6820401Z    Compiling vcpkg v0.2.15
2026-06-15T09:25:53.7254504Z    Compiling sha2 v0.10.9
2026-06-15T09:25:53.8561255Z    Compiling mio v1.2.1
2026-06-15T09:25:53.9290693Z    Compiling socket2 v0.6.4
2026-06-15T09:25:53.9390696Z    Compiling getrandom v0.2.17
2026-06-15T09:25:54.1220934Z    Compiling rand_core v0.6.4
2026-06-15T09:25:54.2060828Z    Compiling want v0.3.1
2026-06-15T09:25:54.2810800Z    Compiling rand v0.10.1
2026-06-15T09:25:54.2895361Z    Compiling tinyvec v1.11.0
2026-06-15T09:25:54.3920606Z    Compiling parking_lot v0.12.5
2026-06-15T09:25:54.4334799Z    Compiling crypto-common v0.2.2
2026-06-15T09:25:54.4454173Z    Compiling block-buffer v0.12.0
2026-06-15T09:25:54.4490592Z    Compiling inout v0.1.4
2026-06-15T09:25:54.5670482Z    Compiling cmake v0.1.58
2026-06-15T09:25:54.5910658Z    Compiling vergen-lib v9.1.0
2026-06-15T09:25:54.5980852Z    Compiling n0-future v0.3.2
2026-06-15T09:25:54.6290684Z    Compiling winnow v1.0.3
2026-06-15T09:25:54.7032492Z    Compiling crossbeam-utils v0.8.21
2026-06-15T09:25:54.7419029Z    Compiling cordyceps v0.3.4
2026-06-15T09:25:54.7520470Z    Compiling serde_json v1.0.150
2026-06-15T09:25:54.7783907Z    Compiling parking v2.2.1
2026-06-15T09:25:54.8600859Z    Compiling spin v0.10.0
2026-06-15T09:25:54.8710486Z    Compiling signature v2.2.0
2026-06-15T09:25:54.8769840Z    Compiling httpdate v1.0.3
2026-06-15T09:25:54.9350895Z    Compiling diatomic-waker v0.2.3
2026-06-15T09:25:54.9606999Z    Compiling ed25519 v2.2.3
2026-06-15T09:25:54.9820650Z    Compiling futures-lite v2.6.1
2026-06-15T09:25:55.0280443Z    Compiling cipher v0.4.4
2026-06-15T09:25:55.0402937Z    Compiling netlink-packet-core v0.8.1
2026-06-15T09:25:55.0460576Z    Compiling universal-hash v0.5.1
2026-06-15T09:25:55.0862134Z    Compiling vergen v9.1.0
2026-06-15T09:25:55.1050479Z    Compiling vergen-lib v0.1.6
2026-06-15T09:25:55.1420314Z    Compiling futures-buffered v0.2.13
2026-06-15T09:25:55.1510691Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T09:25:55.1710341Z    Compiling heapless v0.7.17
2026-06-15T09:25:55.2010363Z    Compiling noq-udp v0.10.0
2026-06-15T09:25:55.2140366Z    Compiling sync_wrapper v1.0.2
2026-06-15T09:25:55.3010640Z    Compiling allocator-api2 v0.2.21
2026-06-15T09:25:55.3113154Z    Compiling opaque-debug v0.3.1
2026-06-15T09:25:55.3271734Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T09:25:55.3654905Z    Compiling byteorder v1.5.0
2026-06-15T09:25:55.3993598Z    Compiling polyval v0.6.2
2026-06-15T09:25:55.4069890Z    Compiling aws-lc-sys v0.41.0
2026-06-15T09:25:55.4207611Z    Compiling ring v0.17.14
2026-06-15T09:25:55.4240781Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T09:25:55.5200600Z    Compiling digest v0.11.3
2026-06-15T09:25:55.5820607Z    Compiling hash32 v0.2.1
2026-06-15T09:25:55.6230385Z    Compiling spin v0.9.8
2026-06-15T09:25:55.6433472Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:25:55.6500550Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T09:25:55.7170542Z    Compiling num_threads v0.1.7
2026-06-15T09:25:55.7679710Z    Compiling fallible-iterator v0.3.0
2026-06-15T09:25:55.7880506Z    Compiling tower-layer v0.3.3
2026-06-15T09:25:55.8280767Z    Compiling ryu v1.0.23
2026-06-15T09:25:55.8970331Z    Compiling signature v3.0.0
2026-06-15T09:25:55.9270183Z    Compiling time v0.3.47
2026-06-15T09:25:55.9770817Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T09:25:55.9840388Z    Compiling ghash v0.5.1
2026-06-15T09:25:56.0310412Z    Compiling aes v0.8.4
2026-06-15T09:25:56.0440883Z    Compiling ctr v0.9.2
2026-06-15T09:25:56.0880938Z    Compiling http-body-util v0.1.3
2026-06-15T09:25:56.1630691Z    Compiling aead v0.5.2
2026-06-15T09:25:56.1790262Z    Compiling openssl-probe v0.2.1
2026-06-15T09:25:56.2214587Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T09:25:56.2831224Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T09:25:56.3524943Z    Compiling crossbeam-channel v0.5.15
2026-06-15T09:25:56.3810628Z    Compiling netlink-packet-route v0.29.0
2026-06-15T09:25:56.4210275Z    Compiling blake3 v1.8.5
2026-06-15T09:25:56.5270302Z    Compiling uuid v1.23.2
2026-06-15T09:25:56.6760525Z    Compiling aes-gcm v0.10.3
2026-06-15T09:25:56.7419644Z    Compiling memoffset v0.6.5
2026-06-15T09:25:56.7589198Z    Compiling acto v0.8.2
2026-06-15T09:25:56.8318055Z    Compiling noq v0.18.0
2026-06-15T09:25:56.8470390Z    Compiling netwatch v0.16.0
2026-06-15T09:25:56.9030793Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:25:57.0001737Z    Compiling lru-slab v0.1.2
2026-06-15T09:25:57.0130640Z    Compiling mac-addr v0.3.0
2026-06-15T09:25:57.0730890Z    Compiling rustc-hash v2.1.2
2026-06-15T09:25:57.0819913Z    Compiling rustix v1.1.4
2026-06-15T09:25:57.0910225Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T09:25:57.1370395Z    Compiling ref-cast v1.0.25
2026-06-15T09:25:57.1808745Z    Compiling thiserror v1.0.69
2026-06-15T09:25:57.1940295Z    Compiling tagptr v0.2.0
2026-06-15T09:25:57.2101768Z    Compiling xml-rs v0.8.28
2026-06-15T09:25:57.2228036Z    Compiling identity-hash v0.1.0
2026-06-15T09:25:57.3160657Z    Compiling foldhash v0.2.0
2026-06-15T09:25:57.4230289Z    Compiling hashbrown v0.16.1
2026-06-15T09:25:57.4677756Z    Compiling netlink-packet-route v0.30.0
2026-06-15T09:25:57.5295011Z    Compiling errno v0.3.14
2026-06-15T09:25:57.5367172Z    Compiling serial-core v0.4.0
2026-06-15T09:25:57.6571502Z    Compiling ioctl-rs v0.1.6
2026-06-15T09:25:57.7481185Z    Compiling synstructure v0.13.2
2026-06-15T09:25:57.7531024Z    Compiling darling_core v0.20.11
2026-06-15T09:25:57.7630572Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:25:58.0416253Z    Compiling serde_derive_internals v0.29.1
2026-06-15T09:25:58.1620797Z    Compiling xmltree v0.10.3
2026-06-15T09:25:58.2090810Z    Compiling termios v0.2.2
2026-06-15T09:25:58.2510637Z    Compiling aho-corasick v1.1.4
2026-06-15T09:25:58.2587771Z    Compiling simple-dns v0.9.3
2026-06-15T09:25:58.3031087Z    Compiling smol_str v0.1.24
2026-06-15T09:25:58.3365819Z    Compiling arrayvec v0.7.6
2026-06-15T09:25:58.3468645Z    Compiling linux-raw-sys v0.12.1
2026-06-15T09:25:58.4104654Z    Compiling constant_time_eq v0.4.2
2026-06-15T09:25:58.4825906Z    Compiling resolv-conf v0.7.6
2026-06-15T09:25:58.5454342Z    Compiling signal-hook v0.3.18
2026-06-15T09:25:58.5620414Z    Compiling simdutf8 v0.1.5
2026-06-15T09:25:58.6410712Z    Compiling regex-syntax v0.8.10
2026-06-15T09:25:58.7271987Z    Compiling toml_write v0.1.2
2026-06-15T09:25:58.8380927Z    Compiling arrayref v0.3.9
2026-06-15T09:25:58.8898099Z    Compiling winnow v0.7.15
2026-06-15T09:25:58.9276596Z    Compiling sha1_smol v1.0.1
2026-06-15T09:25:58.9956905Z    Compiling serial-unix v0.4.0
2026-06-15T09:25:59.1318323Z    Compiling lru v0.16.4
2026-06-15T09:25:59.1903158Z    Compiling darling_core v0.23.0
2026-06-15T09:25:59.2740206Z    Compiling signal-hook-registry v1.4.8
2026-06-15T09:25:59.4520865Z    Compiling serde_bytes v0.11.19
2026-06-15T09:25:59.6241522Z    Compiling seize v0.5.1
2026-06-15T09:25:59.6660845Z    Compiling hmac v0.12.1
2026-06-15T09:25:59.7050973Z    Compiling iroh v0.98.2
2026-06-15T09:25:59.7098321Z    Compiling serde_derive v1.0.228
2026-06-15T09:25:59.7715598Z    Compiling zeroize_derive v1.4.3
2026-06-15T09:25:59.9660920Z    Compiling tokio-macros v2.7.0
2026-06-15T09:26:00.0943620Z    Compiling zerofrom-derive v0.1.7
2026-06-15T09:26:00.3180719Z    Compiling zeroize v1.8.2
2026-06-15T09:26:00.4850790Z    Compiling futures-macro v0.3.32
2026-06-15T09:26:00.6930799Z    Compiling tokio v1.52.3
2026-06-15T09:26:00.8790837Z    Compiling yoke-derive v0.8.2
2026-06-15T09:26:00.9680611Z    Compiling zerovec-derive v0.11.3
2026-06-15T09:26:00.9901266Z    Compiling displaydoc v0.2.6
2026-06-15T09:26:01.4911219Z    Compiling tracing-attributes v0.1.31
2026-06-15T09:26:01.5094324Z    Compiling futures-util v0.3.32
2026-06-15T09:26:01.6600456Z    Compiling zerofrom v0.1.8
2026-06-15T09:26:01.7710992Z    Compiling rustls-pki-types v1.14.1
2026-06-15T09:26:01.8390866Z    Compiling thiserror-impl v2.0.18
2026-06-15T09:26:01.8704424Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T09:26:02.2650400Z    Compiling yoke v0.8.3
2026-06-15T09:26:02.4516284Z    Compiling zerotrie v0.2.4
2026-06-15T09:26:02.4614580Z    Compiling zerovec v0.11.6
2026-06-15T09:26:02.5471273Z    Compiling darling_macro v0.20.11
2026-06-15T09:26:02.5896774Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:26:02.8210638Z    Compiling n0-error-macros v0.1.3
2026-06-15T09:26:02.8570469Z    Compiling spez v0.1.2
2026-06-15T09:26:02.9430542Z    Compiling darling v0.20.11
2026-06-15T09:26:03.0070639Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:26:03.1891157Z    Compiling der v0.8.0-rc.10
2026-06-15T09:26:03.2160354Z    Compiling tinystr v0.8.3
2026-06-15T09:26:03.2530765Z    Compiling potential_utf v0.1.5
2026-06-15T09:26:03.3870932Z    Compiling icu_collections v2.2.0
2026-06-15T09:26:03.4233872Z    Compiling icu_locale_core v2.2.0
2026-06-15T09:26:03.7942417Z    Compiling pin-project-internal v1.1.13
2026-06-15T09:26:03.9630521Z    Compiling n0-error v0.1.3
2026-06-15T09:26:04.1229994Z    Compiling cobs v0.3.0
2026-06-15T09:26:04.3031509Z    Compiling postcard-derive v0.2.2
2026-06-15T09:26:04.3212603Z    Compiling ed25519-dalek v2.2.0
2026-06-15T09:26:04.4581262Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:26:04.7229830Z    Compiling icu_provider v2.2.0
2026-06-15T09:26:04.8270328Z    Compiling derive_builder v0.20.2
2026-06-15T09:26:04.8344296Z    Compiling spki v0.8.0-rc.4
2026-06-15T09:26:05.0331030Z    Compiling icu_properties v2.2.0
2026-06-15T09:26:05.1005984Z    Compiling icu_normalizer v2.2.0
2026-06-15T09:26:05.1240784Z    Compiling ipnet v2.12.0
2026-06-15T09:26:05.2352215Z    Compiling futures-executor v0.3.32
2026-06-15T09:26:05.2490671Z    Compiling pin-project v1.1.13
2026-06-15T09:26:05.2931474Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T09:26:05.4570562Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T09:26:05.5650526Z    Compiling prefix-trie v0.8.4
2026-06-15T09:26:05.7924233Z    Compiling once_cell v1.21.4
2026-06-15T09:26:05.8020404Z    Compiling futures v0.3.32
2026-06-15T09:26:05.8493669Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T09:26:05.8809121Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T09:26:05.9369934Z    Compiling rustls-native-certs v0.8.4
2026-06-15T09:26:05.9880247Z    Compiling enum-assoc v1.3.0
2026-06-15T09:26:06.0341059Z    Compiling tracing-core v0.1.36
2026-06-15T09:26:06.3361457Z    Compiling hashbrown v0.14.5
2026-06-15T09:26:06.3554417Z    Compiling data-encoding-macro v0.1.20
2026-06-15T09:26:06.3750791Z    Compiling postcard v1.1.3
2026-06-15T09:26:06.4191107Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:26:06.4290761Z    Compiling idna_adapter v1.2.2
2026-06-15T09:26:06.5349267Z    Compiling idna v1.1.0
2026-06-15T09:26:06.6400225Z    Compiling tracing v0.1.44
2026-06-15T09:26:06.7470662Z    Compiling tokio-util v0.7.18
2026-06-15T09:26:06.8150421Z    Compiling netlink-sys v0.8.8
2026-06-15T09:26:06.8353026Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T09:26:06.9080396Z    Compiling derive_more v2.1.1
2026-06-15T09:26:06.9532465Z    Compiling tower v0.5.3
2026-06-15T09:26:06.9715060Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T09:26:07.0967579Z    Compiling url v2.5.8
2026-06-15T09:26:07.1460831Z    Compiling hashlink v0.9.1
2026-06-15T09:26:07.1771339Z    Compiling strum_macros v0.28.0
2026-06-15T09:26:07.1832446Z    Compiling async-trait v0.1.89
2026-06-15T09:26:07.2894424Z    Compiling netlink-proto v0.12.0
2026-06-15T09:26:07.3247057Z    Compiling netdev v0.42.0
2026-06-15T09:26:07.4830790Z    Compiling iroh-metrics v0.38.3
2026-06-15T09:26:07.5119682Z    Compiling iroh-relay v0.98.0
2026-06-15T09:26:07.5500528Z    Compiling moka v0.12.15
2026-06-15T09:26:07.5786582Z    Compiling rusqlite v0.32.1
2026-06-15T09:26:07.5858031Z    Compiling num_enum v0.7.6
2026-06-15T09:26:07.6284227Z    Compiling serde_spanned v0.6.9
2026-06-15T09:26:07.6668159Z    Compiling toml_datetime v0.6.11
2026-06-15T09:26:07.6968118Z    Compiling thiserror-impl v1.0.69
2026-06-15T09:26:07.7931123Z    Compiling h2 v0.4.14
2026-06-15T09:26:07.8361123Z    Compiling tokio-stream v0.1.18
2026-06-15T09:26:07.9508308Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T09:26:07.9730524Z    Compiling n0-watcher v0.6.1
2026-06-15T09:26:07.9852668Z    Compiling tower-http v0.6.11
2026-06-15T09:26:08.2500397Z    Compiling iroh-base v0.98.0
2026-06-15T09:26:08.3231415Z    Compiling attohttpc v0.30.1
2026-06-15T09:26:08.4860376Z    Compiling ref-cast-impl v1.0.25
2026-06-15T09:26:08.5915919Z    Compiling toml_edit v0.22.27
2026-06-15T09:26:08.7010905Z    Compiling webpki-roots v1.0.7
2026-06-15T09:26:08.7990480Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T09:26:08.8070694Z    Compiling regex-automata v0.4.14
2026-06-15T09:26:08.9967223Z    Compiling schemars_derive v1.2.1
2026-06-15T09:26:09.0692865Z    Compiling dyn-clone v1.0.20
2026-06-15T09:26:09.0793516Z    Compiling cmov v0.5.4
2026-06-15T09:26:09.2391079Z    Compiling bitflags v1.3.2
2026-06-15T09:26:09.3000647Z    Compiling pin-utils v0.1.0
2026-06-15T09:26:09.3034487Z    Compiling rustix v0.38.44
2026-06-15T09:26:09.3107658Z    Compiling utf8parse v0.2.2
2026-06-15T09:26:09.3517009Z    Compiling nix v0.25.1
2026-06-15T09:26:09.3920752Z    Compiling anstyle-parse v1.0.0
2026-06-15T09:26:09.4190732Z    Compiling ctutils v0.4.2
2026-06-15T09:26:09.4970414Z    Compiling filedescriptor v0.8.3
2026-06-15T09:26:09.5760380Z    Compiling backon v1.6.0
2026-06-15T09:26:09.6824416Z    Compiling darling_macro v0.23.0
2026-06-15T09:26:09.7300633Z    Compiling papaya v0.2.4
2026-06-15T09:26:09.7370543Z    Compiling hkdf v0.12.4
2026-06-15T09:26:09.9573806Z    Compiling serial v0.4.0
2026-06-15T09:26:10.0476558Z    Compiling linux-raw-sys v0.4.15
2026-06-15T09:26:10.0553633Z    Compiling downcast-rs v1.2.1
2026-06-15T09:26:10.1125648Z    Compiling strum v0.28.0
2026-06-15T09:26:10.1490677Z    Compiling foldhash v0.1.5
2026-06-15T09:26:10.2611005Z    Compiling iroh-dns v0.98.0
2026-06-15T09:26:10.2673528Z    Compiling anstyle-query v1.1.5
2026-06-15T09:26:10.2740271Z    Compiling instability v0.3.12
2026-06-15T09:26:10.2878216Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T09:26:10.3540923Z    Compiling shell-words v1.1.1
2026-06-15T09:26:10.3595041Z    Compiling anstyle v1.0.14
2026-06-15T09:26:10.3727342Z    Compiling colorchoice v1.0.5
2026-06-15T09:26:10.4919147Z    Compiling hashbrown v0.15.5
2026-06-15T09:26:10.5010610Z    Compiling signal-hook-mio v0.2.5
2026-06-15T09:26:10.5240688Z    Compiling darling v0.23.0
2026-06-15T09:26:10.5806850Z    Compiling spake2 v0.4.0
2026-06-15T09:26:10.5971318Z    Compiling anstream v1.0.0
2026-06-15T09:26:10.6460706Z    Compiling terminal_size v0.4.4
2026-06-15T09:26:10.7140501Z    Compiling strum_macros v0.26.4
2026-06-15T09:26:10.7710754Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T09:26:10.8720934Z    Compiling sha1 v0.10.6
2026-06-15T09:26:11.0067805Z    Compiling itertools v0.13.0
2026-06-15T09:26:11.0458460Z    Compiling schemars v1.2.1
2026-06-15T09:26:11.0930732Z    Compiling castaway v0.2.4
2026-06-15T09:26:11.1800562Z    Compiling toml v0.8.23
2026-06-15T09:26:11.2140561Z    Compiling clap_lex v1.1.0
2026-06-15T09:26:11.2990507Z    Compiling static_assertions v1.1.0
2026-06-15T09:26:11.3677455Z    Compiling doctest-file v1.1.1
2026-06-15T09:26:11.5157145Z    Compiling indoc v2.0.7
2026-06-15T09:26:11.7341071Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T09:26:11.8606092Z    Compiling regex v1.12.3
2026-06-15T09:26:11.9352518Z    Compiling unicode-width v0.1.14
2026-06-15T09:26:12.3010696Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T09:26:12.5125720Z    Compiling interprocess v2.4.2
2026-06-15T09:26:12.5870706Z    Compiling crossterm v0.28.1
2026-06-15T09:26:12.7968835Z    Compiling clap_builder v4.6.0
2026-06-15T09:26:13.0830925Z    Compiling hyper v1.10.1
2026-06-15T09:26:13.2148443Z    Compiling portable-pty v0.8.1
2026-06-15T09:26:13.4190545Z    Compiling strum v0.26.3
2026-06-15T09:26:13.5457500Z    Compiling unicode-truncate v1.1.0
2026-06-15T09:26:13.6720830Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T09:26:13.7094829Z    Compiling compact_str v0.8.2
2026-06-15T09:26:13.7200515Z    Compiling lru v0.12.5
2026-06-15T09:26:13.7930711Z    Compiling clap_derive v4.6.1
2026-06-15T09:26:13.8770652Z    Compiling iana-time-zone v0.1.65
2026-06-15T09:26:14.1270628Z    Compiling cassowary v0.3.0
2026-06-15T09:26:14.1436634Z    Compiling unicode-width v0.2.0
2026-06-15T09:26:14.2810567Z    Compiling chrono v0.4.45
2026-06-15T09:26:14.4721975Z    Compiling ratatui v0.29.0
2026-06-15T09:26:14.5181141Z    Compiling nucleo-matcher v0.3.1
2026-06-15T09:26:14.5330600Z    Compiling qrcode v0.14.1
2026-06-15T09:26:14.6910907Z    Compiling tempfile v3.27.0
2026-06-15T09:26:15.1268080Z    Compiling hyper-util v0.1.20
2026-06-15T09:26:15.2691257Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T09:26:16.1420857Z    Compiling clap v4.6.1
2026-06-15T09:26:16.9874371Z    Compiling igd-next v0.17.1
2026-06-15T09:26:17.9724011Z    Compiling portmapper v0.16.0
2026-06-15T09:26:22.5442277Z    Compiling rustls-webpki v0.103.13
2026-06-15T09:26:24.8361603Z    Compiling tokio-rustls v0.26.4
2026-06-15T09:26:24.8364498Z    Compiling noq-proto v0.17.0
2026-06-15T09:26:24.8364865Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T09:26:24.9711846Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T09:26:24.9712486Z    Compiling hyper-rustls v0.27.9
2026-06-15T09:26:24.9712927Z    Compiling tokio-websockets v0.13.2
2026-06-15T09:26:25.1045900Z    Compiling reqwest v0.13.4
2026-06-15T09:26:26.0194534Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T09:26:39.7228642Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T09:26:41.0325458Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T09:26:47.1840850Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T09:26:50.5331762Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 59.86s
2026-06-15T09:26:50.5579819Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-bf773ae5031bcf02)
2026-06-15T09:26:50.5594117Z 
2026-06-15T09:26:50.5594339Z running 1 test
2026-06-15T09:26:56.6441276Z test new_brain_serves_against_old_broker ... ok
2026-06-15T09:26:56.6441666Z 
2026-06-15T09:26:56.6441979Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-15T09:26:56.6442326Z 
